A r t i c l e s
Navigation

Note: This site is
a bit older, personal views
may have changed.

M a i n P a g e

D i r e c t o r y

ActiveRecord Plural Table Names


Ruby's naming convention for ActiveRecord (Active Record) requires table names be pluralized but there is a way around this:
  ActiveRecord::Base.pluralize_table_names = false

See also: http://wiki.rubyonrails.org/rails/pages/Turn

About
This site is about programming and other things.
_ _ _